home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / comm / bbs / trionbbs100.lha / Trion / cfg / trion-6.cfg < prev    next >
Text File  |  1997-07-28  |  3KB  |  113 lines

  1.  
  2. ;;
  3. ;;   Configuration file for Trion BBS node 6
  4. ;;
  5.  
  6.  
  7. ; LOCAL                   ;This node (0) can't open the serial port !!!
  8. ; NULLMODEM
  9.  
  10.  
  11. ICON  200  20
  12. FONT  cleanIBM.font  8
  13.  
  14.  
  15. SCREEN WIDTH   640
  16. SCREEN HEIGHT  256
  17. SCREEN DEPTH   1
  18.  
  19. ;;  Monitor: Select a monitor:
  20. ;;       NTSC       640 x 200    60Hz   15,72Khz   (American 1084 mode)
  21. ;;       PAL        640 x 256    50Hz   15,60Khz   (Europe   1084 mode)
  22. ;;       MULTISCAN  640 x 480    58Hz   29,29Khz   (VGA/multisync monitors)
  23. ;;       EURO72     640 x 400    69Hz   29,25Khz
  24. ;;       EURO36     640 x 200    73Hz   15,76Khz
  25. ;;       SUPER72    448 x 306    71Hz   23,21Khz
  26. ;;       DBLNTSC    676 x 213    58Hz   27,66Khz
  27. ;;       DBLPAL     676 x 269    48Hz   27,50Khz
  28.  
  29. MONITOR  DONTCARE
  30.  
  31. ;;  Use 'INTERLACE' and/or 'SUPER' for bigger screens 
  32. ;;  InterLace: boost vertical   resolution to  400 -  538 if possible
  33. ;;  Super:     boost horizontal resolution to 1280 - 1448 if possible
  34.  
  35. ;INTERLACE
  36. ;SUPER
  37.  
  38.  
  39.  
  40. ;  SERIAL DEVICE  serial.device          ;No typos allowed !!!
  41. SERIAL DEVICE  nullmodem.device
  42. SERIAL UNIT    6
  43. SERIAL BUFFER  16384
  44.  
  45. DEFAULT BAUD   19200
  46. DEFAULT LENGTH 28                   ;default screen length
  47.  
  48.  
  49. ; Modem Strings   '|' = carriage return,  '^' = escape karakter
  50. ; '^n' geeft n x 1/5 seconde pause  (BV '^1' = 1/5sec , '^5' = 1sec)
  51. ; '^|' geeft '|' karakter
  52. ; '^^' geeft '^' karakter (modem geeft bij dial fax tonen)
  53. ; Geen spaties in strings , zet dan de string tussen "..."  !!!
  54.  
  55. ; NULLmodem.device strings
  56. ; ATS3=6 Zorgr voor 6 secs Delay voor een connect !!!
  57.  
  58. INIT   STRING  AT|^5
  59. TERM   STRING  AT|^5
  60. DIAL   STRING  ATDT
  61. ANSWER STRING  ATS3=6A|
  62.  
  63. ; number of RINGs before answering the modem
  64. ; If you expect CID (CallerID) set this to 2 else you can use 1
  65. ; In Debug mode .. CID will appear between RINGs in the log-file
  66.  
  67. RINGS   1
  68.  
  69. CARRIER DELAY  30     ;(secs)  Hoe lang op carrier wachten
  70. CONNECT DELAY  90     ;(ticks) Als carrier hoelang voor snelheid bepalen
  71. ESCAPE  DELAY   5     ;(secs)  Hoelang voor 'Press escape'
  72. HANGUP  DELAY  25     ;(ticks) Hoelang carrier droppen bij ophangen
  73.  
  74.  
  75. ; file transfer protocols that the mailer can use
  76. ; specify all the protocols that you are able to use
  77. ; MAILER   HYDRA  ZEDZAP  ZMODEM
  78.  
  79. MAILER   HYDRA  ZEDZAP  ZMODEM
  80.  
  81.  
  82. ; Path for downloading in terminal mode and local uploads (ending in : or /)
  83.  
  84. TERM PATH  RAM:
  85.  
  86. PAGE SAMPLE   trion:samples/startrek-Alert  3
  87. BELL SAMPLE   trion:samples/startrek-comm
  88.  
  89. SLEEP WARNING  90
  90.  
  91. ; Use underscores in Sysop name
  92. ; sysop comments area must be higher then 0
  93. ; NOTE:  'SYSOP NAME' move to trion:cfg/TrionRM.cfg
  94.  
  95. SYSOP  NAME      Paul_Spijkerman
  96. SYSTEM NAME      Amiga_Pet_Shop_BBS
  97. SYSTEM CITY      Gasselte
  98. SYSTEM PHONE     +31-599-564696
  99. SYSOP COMMENTS  1
  100.  
  101. ; 'validate level' The level a user gets when you press F4
  102.  
  103. VALIDATE LEVEL  10
  104.  
  105. ; local editor to Use .. max 19 characters.
  106.  
  107. EDITOR    Ced
  108.  
  109. ; Skip Existing Uploads , or allow it and ask a new name
  110.  
  111. SKIPEXISTINGUPLOADS
  112.  
  113.